home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / ReqTools.txt < prev    next >
Text File  |  1992-09-02  |  784b  |  31 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:ReqTools.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'reqtools', reqtoolsbase         /* informal notation */
  6.   RtAllocRequestA(D0,A0)
  7.   RtFreeRequest(A1)
  8.   RtFreeReqBuffer(A1)
  9.   RtChangeReqAttrA(A1,A0)
  10.   RtFileRequestA(A1,A2,A3,A0)
  11.   RtFreeFileList(A0)
  12.   RtEZRequestA(A1,A2,A3,A4,A0)
  13.   RtGetStringA(A1,D0,A2,A3,A0)
  14.   RtGetLongA(A1,A2,A3,A0)
  15.   Dum()
  16.   Dum()
  17.   RtFontRequestA(A1,A3,A0)
  18.   RtPaletteRequestA(A2,A3,A0)
  19.   RtReqHandlerA(A1,D0,A0)
  20.   RtSetWaitPointer(A0)
  21.   RtGetVScreenSize(A0,A1,A2)
  22.   RtSetReqPosition(D0,A0,A1,A2)
  23.   RtSpread(A0,A1,D0,D1,D2,D3)
  24.   RtScreenToFrontSafely(A0)
  25.   RtScreenModeRequestA(A1,A3,A0)
  26.   RtCloseWindowSafely(A0)
  27.   RtLockWindow(A0)
  28.   RtUnlockWindow(A0,A1)
  29. ENDLIBRARY
  30.  
  31.